Blazor | ComponentOne
C1.Blazor.ListView Assembly / C1.Blazor.ListView Namespace / C1ListView<T> Class / ItemTemplate Property

In This Topic
    ItemTemplate Property (C1ListView<T>)
    In This Topic
    Gets or sets the template used to render the items.
    Syntax
    'Declaration
     
    
    Public Property ItemTemplate As RenderFragment(Of T)
    public RenderFragment<T> ItemTemplate {get; set;}
    See Also